Skip to content

fix(deps): update go #740

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix(deps): update go #740

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/aws/aws-sdk-go v1.55.6 -> v1.55.7 age confidence require patch
github.com/aws/aws-sdk-go-v2 v1.33.0 -> v1.36.5 age confidence require minor
github.com/aws/aws-sdk-go-v2/config v1.29.1 -> v1.29.17 age confidence require patch
github.com/aws/aws-sdk-go-v2/credentials v1.17.54 -> v1.17.70 age confidence require patch
github.com/aws/aws-sdk-go-v2/service/apigateway v1.28.7 -> v1.31.4 age confidence require minor
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.51.7 -> v1.54.0 age confidence require minor
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.44.5 -> v1.46.3 age confidence require minor
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.43.9 -> v1.45.3 age confidence require minor
github.com/aws/aws-sdk-go-v2/service/directconnect v1.30.7 -> v1.32.5 age confidence require minor
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.39.5 -> v1.44.0 age confidence require minor
github.com/aws/aws-sdk-go-v2/service/ec2 v1.201.0 -> v1.231.0 age confidence require minor
github.com/aws/aws-sdk-go-v2/service/ecs v1.53.8 -> v1.58.1 age confidence require minor
github.com/aws/aws-sdk-go-v2/service/efs v1.34.6 -> v1.36.2 age confidence require minor
github.com/aws/aws-sdk-go-v2/service/eks v1.56.5 -> v1.66.1 age confidence require minor
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.28.12 -> v1.29.6 age confidence require minor
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.43.7 -> v1.46.0 age confidence require minor
github.com/aws/aws-sdk-go-v2/service/iam v1.38.7 -> v1.43.0 age confidence require minor
github.com/aws/aws-sdk-go-v2/service/kms v1.37.13 -> v1.41.2 age confidence require minor
github.com/aws/aws-sdk-go-v2/service/lambda v1.69.7 -> v1.72.0 age confidence require minor
github.com/aws/aws-sdk-go-v2/service/networkfirewall v1.44.10 -> v1.51.0 age confidence require minor
github.com/aws/aws-sdk-go-v2/service/networkmanager v1.32.6 -> v1.35.1 age confidence require minor
github.com/aws/aws-sdk-go-v2/service/rds v1.93.7 -> v1.99.1 age confidence require minor
github.com/aws/aws-sdk-go-v2/service/route53 v1.48.2 -> v1.53.0 age confidence require minor
github.com/aws/aws-sdk-go-v2/service/s3 v1.74.0 -> v1.83.0 age confidence require minor
github.com/aws/aws-sdk-go-v2/service/sns v1.33.14 -> v1.34.7 age confidence require minor
github.com/aws/aws-sdk-go-v2/service/sqs v1.37.9 -> v1.38.8 age confidence require minor
github.com/aws/aws-sdk-go-v2/service/ssm v1.56.7 -> v1.60.0 age confidence require minor
github.com/aws/aws-sdk-go-v2/service/sts v1.33.9 -> v1.34.0 age confidence require minor
github.com/aws/smithy-go v1.22.1 -> v1.22.4 age confidence require patch
github.com/getsentry/sentry-go v0.31.1 -> v0.34.1 age confidence require minor
github.com/spf13/cobra v1.8.1 -> v1.9.1 age confidence require minor
github.com/spf13/pflag v1.0.5 -> v1.0.6 age confidence require patch
github.com/spf13/viper v1.19.0 -> v1.20.1 age confidence require minor
go (source) 1.23.5 -> 1.24.5 age confidence toolchain minor
go.opentelemetry.io/contrib/detectors/aws/ec2 v1.33.0 -> v1.37.0 age confidence require minor
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 -> v0.62.0 age confidence require minor
go.opentelemetry.io/otel v1.33.0 -> v1.37.0 age confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.33.0 -> v1.37.0 age confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.33.0 -> v1.37.0 age confidence require minor
go.opentelemetry.io/otel/sdk v1.33.0 -> v1.37.0 age confidence require minor
go.opentelemetry.io/otel/trace v1.33.0 -> v1.37.0 age confidence require minor
google.golang.org/protobuf v1.36.3 -> v1.36.6 age confidence require patch

⚠️ Warning

These modules are almost certainly going to break everything. They do every time they update. If you update even one repo's OTEL modules, go will then pull in new versions due to MVS which will cause your repo to break. All otel pull requests need to be merged basically at the same time, and after all of the modules have been updated to be compatible with each other.


Release Notes

aws/aws-sdk-go (github.com/aws/aws-sdk-go)

v1.55.7

Compare Source

Release v1.55.7 (2025-04-22)

SDK Bugs
  • service/s3/s3manager: Abort multipart download if object is modified during download
aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)

v1.36.5

Compare Source

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/accessanalyzer: v1.34.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/account: v1.21.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/acm: v1.30.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/acmpca: v1.37.6
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/amp: v1.30.2
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/amplify: v1.27.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/amplifybackend: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/amplifyuibuilder: v1.23.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/apigateway: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/apigatewaymanagementapi: v1.23.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/apigatewayv2: v1.24.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/appconfig: v1.35.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/appconfigdata: v1.18.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/appfabric: v1.11.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/appflow: v1.45.6
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/appintegrations: v1.30.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/applicationautoscaling: v1.33.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/applicationcostprofiler: v1.21.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice: v1.28.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/applicationinsights: v1.29.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/applicationsignals: v1.6.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/appmesh: v1.29.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/apprunner: v1.32.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/appstream: v1.41.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/appsync: v1.39.2
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/apptest: v1.4.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/arczonalshift: v1.14.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/artifact: v1.6.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/athena: v1.48.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/auditmanager: v1.37.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/autoscaling: v1.48.0
    • Feature: Auto Scaling groups now support the ability to strictly balance instances across Availability Zones by configuring the AvailabilityZoneDistribution parameter. If balanced-only is configured for a group, launches will always be attempted in the under scaled Availability Zone even if it is unhealthy.
  • github.com/aws/aws-sdk-go-v2/service/autoscalingplans: v1.24.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/b2bi: v1.0.0-preview.51
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/backup: v1.39.6
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/backupgateway: v1.20.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/batch: v1.47.2
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/bcmdataexports: v1.7.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/bedrock: v1.22.2
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/bedrockagent: v1.27.0
    • Feature: Add prompt support for chat template configuration and agent generative AI resource. Add support for configuring an optional guardrail in Prompt and Knowledge Base nodes in Prompt Flows. Add API to validate flow definition
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime: v1.23.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/bedrockruntime: v1.20.0
    • Feature: Add Prompt management support to Bedrock runtime APIs: Converse, ConverseStream, InvokeModel, InvokeModelWithStreamingResponse
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/billingconductor: v1.20.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/braket: v1.31.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/budgets: v1.28.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/chatbot: v1.8.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/chime: v1.34.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/chimesdkidentity: v1.22.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines: v1.20.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/chimesdkmeetings: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/chimesdkmessaging: v1.26.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/chimesdkvoice: v1.19.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cleanrooms: v1.20.0
    • Feature: This release introduces support for Custom Models in AWS Clean Rooms ML.
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cleanroomsml: v1.10.0
    • Feature: This release introduces support for Custom Models in AWS Clean Rooms ML.
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cloud9: v1.28.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cloudcontrol: v1.22.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/clouddirectory: v1.24.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cloudfrontkeyvaluestore: v1.8.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cloudhsm: v1.24.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cloudhsmv2: v1.27.6
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cloudsearchdomain: v1.23.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cloudtrail: v1.44.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cloudtraildata: v1.11.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cloudwatchevents: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs: v1.43.2
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codeartifact: v1.33.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codebuild: v1.48.1
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codecatalyst: v1.17.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codecommit: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codeconnections: v1.5.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codedeploy: v1.29.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codeguruprofiler: v1.24.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codegurureviewer: v1.29.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codegurusecurity: v1.12.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codepipeline: v1.36.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codestarconnections: v1.29.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codestarnotifications: v1.26.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cognitoidentity: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider: v1.46.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cognitosync: v1.23.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/comprehend: v1.35.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/comprehendmedical: v1.26.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/computeoptimizer: v1.39.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/configservice: v1.50.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.115.2
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/connectcampaigns: v1.15.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/connectcases: v1.21.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/connectcontactlens: v1.26.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/connectparticipant: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/controlcatalog: v1.5.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/controltower: v1.18.6
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/costandusagereportservice: v1.28.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/costexplorer: v1.43.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/costoptimizationhub: v1.10.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/customerprofiles: v1.42.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/databasemigrationservice: v1.44.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/databrew: v1.33.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/dataexchange: v1.33.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/datapipeline: v1.25.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/datasync: v1.43.2
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/datazone: v1.23.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/dax: v1.23.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/deadline: v1.6.4
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/detective: v1.31.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/devicefarm: v1.28.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/devopsguru: v1.34.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/directconnect: v1.29.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/directoryservice: v1.30.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/directoryservicedata: v1.2.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/dlm: v1.28.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/docdbelastic: v1.14.2
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/drs: v1.30.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/dynamodb: v1.36.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/dynamodbstreams: v1.24.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/ebs: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/ec2instanceconnect: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/ecr: v1.36.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/ecrpublic: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.49.2
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/efs: v1.33.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/eks: v1.51.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/eksauth: v1.7.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/elasticinference: v1.23.6
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/elasticsearchservice: v1.32.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/elastictranscoder: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/emr: v1.46.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/emrcontainers: v1.33.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/emrserverless: v1.26.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/entityresolution: v1.15.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/eventbridge: v1.35.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/evidently: v1.23.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/finspace: v1.28.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/finspacedata: v1.28.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/firehose: v1.34.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/fis: v1.30.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/fms: v1.38.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/forecast: v1.36.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/forecastquery: v1.24.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/frauddetector: v1.35.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/freetier: v1.7.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/fsx: v1.49.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/gamelift: v1.36.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/geomaps: v1.0.2
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/geoplaces: v1.0.2
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/georoutes: v1.0.2
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/glacier: v1.26.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/globalaccelerator: v1.29.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/glue: v1.101.2
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/grafana: v1.26.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/greengrass: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/greengrassv2: v1.35.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/groundstation: v1.31.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/guardduty: v1.51.1
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/health: v1.28.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/healthlake: v1.28.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/identitystore: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/imagebuilder: v1.38.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/inspector: v1.25.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/inspector2: v1.32.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/inspectorscan: v1.7.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/internetmonitor: v1.19.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/iot: v1.59.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/iot1clickdevicesservice: v1.23.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/iot1clickprojects: v1.23.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/iotanalytics: v1.26.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/iotdataplane: v1.26.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/iotdeviceadvisor: v1.31.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/iotevents: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/ioteventsdata: v1.24.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/iotfleethub: v1.24.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/iotfleetwise: [v1.21.2](service/iotfleetwise/CHANGELOG.md#v1212-2024

Configuration

📅 Schedule: Branch creation - "before 4pm on friday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file golang observability labels Jan 31, 2025
Copy link
Contributor Author

renovate bot commented Jan 31, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 22 additional dependencies were updated

Details:

Package Change
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 -> v1.6.10
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.24 -> v1.16.29
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 -> v1.3.33
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 -> v2.6.33
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 -> v1.8.3
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.28 -> v1.3.33
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 -> v1.12.3
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.2 -> v1.6.1
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.9 -> v1.10.14
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.9 -> v1.12.14
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.9 -> v1.18.14
github.com/aws/aws-sdk-go-v2/service/sso v1.24.11 -> v1.24.16
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.10 -> v1.28.15
github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 -> v2.25.1
go.opentelemetry.io/otel/metric v1.33.0 -> v1.34.0
go.opentelemetry.io/proto/otlp v1.4.0 -> v1.5.0
golang.org/x/crypto v0.31.0 -> v0.32.0
golang.org/x/net v0.32.0 -> v0.34.0
golang.org/x/sys v0.28.0 -> v0.29.0
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 -> v0.0.0-20250115164207-1a7da9e5054f
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 -> v0.0.0-20250115164207-1a7da9e5054f
google.golang.org/grpc v1.68.1 -> v1.69.4

@renovate renovate bot force-pushed the renovate/go branch 6 times, most recently from d724f1e to f2efe81 Compare February 6, 2025 20:58
@renovate renovate bot force-pushed the renovate/go branch 4 times, most recently from 1dca8a0 to 389a60b Compare February 13, 2025 23:40
@renovate renovate bot force-pushed the renovate/go branch 7 times, most recently from c386d5d to 70a1c8e Compare February 20, 2025 22:48
Copy link
Contributor Author

renovate bot commented Feb 25, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: github.com/overmindtech/[email protected]: reading github.com/overmindtech/discovery/go.mod at revision v0.33.4: git ls-remote -q origin in /runner/cache/others/go/pkg/mod/cache/vcs/424b9bfadc61fb6395e84c64424b51c411c5d69e32e50c06ab2051673e44b18b: exit status 128:
	remote: Repository not found.
	fatal: repository 'https://github.com/overmindtech/discovery/' not found

@renovate renovate bot force-pushed the renovate/go branch 5 times, most recently from f2a4385 to 5492c1f Compare March 4, 2025 23:41
@renovate renovate bot force-pushed the renovate/go branch 2 times, most recently from 84a98e6 to 3a5c1ec Compare March 6, 2025 02:47
@renovate renovate bot force-pushed the renovate/go branch 5 times, most recently from e660b9e to 15e6242 Compare June 10, 2025 22:45
@renovate renovate bot force-pushed the renovate/go branch 5 times, most recently from 60a18cf to c9883e5 Compare June 18, 2025 21:50
@renovate renovate bot force-pushed the renovate/go branch 8 times, most recently from 021e1c2 to 678a853 Compare June 25, 2025 23:32
@renovate renovate bot force-pushed the renovate/go branch 5 times, most recently from 1fdc427 to 47dc048 Compare July 2, 2025 23:06
@renovate renovate bot force-pushed the renovate/go branch 5 times, most recently from 3cdf4a9 to 4ae438e Compare July 9, 2025 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file golang observability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants